- inheritance hierarchy
- ООПиерархия наследования
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Inheritance (object-oriented programming) — In object oriented programming (OOP), inheritance is a way to reuse code of existing objects, establish a subtype from an existing object, or both, depending upon programming language support. In classical inheritance where objects are defined by … Wikipedia
Inheritance (computer science) — In object oriented programming, inheritance is a way to form new classes (instances of which are called objects) using classes that have already been defined. The inheritance concept was invented in 1967 for Simula. [ [http://heim.ifi.uio.no/… … Wikipedia
Hierarchy of the Early Church — • The word hierarchy is used here to denote the three grades of bishop, priest, and deacon (ministri) Catholic Encyclopedia. Kevin Knight. 2006. Hierarchy of the Early Church Hierarchy of the Early Church … Catholic encyclopedia
Hierarchy (object-oriented programming) — In computer science s object oriented programming, the mapped relationships of sub and superclasses is known as a hierarchy. This can be visualized as an upside down tree (or perhaps a pyramid), the top of which is known as the root. An exception … Wikipedia
Inheritance — For other uses, see Inheritance (disambiguation) and Heir (disambiguation). William Hogarth s plate 1 from A Rake s Progress, The Young Heir Takes Possession Of The Miser s Effects as his inherita … Wikipedia
Hierarchy — A hierarchy (Greek: hierarchia (ἱεραρχία), from hierarches, leader of sacred rites ) is an arrangement of items (objects, names, values, categories, etc.) in which the items are represented as being above, below, or at the same level as one… … Wikipedia
Inheritance — Characteristics which apply to a piece of data because they are inherited from another piece of data which is higher up in a hierarchy. For example a category. See also Expert system … International financial encyclopaedia
Virtual inheritance — For inheritance of virtual functions, see virtual function. In the C++ programming language, virtual inheritance is a kind of inheritance that solves some of the problems caused by multiple inheritance (particularly the diamond problem ) by… … Wikipedia
Singly-rooted hierarchy — The singly rooted hierarchy, in object oriented programming, is a characteristic of most (but not all) OOP based programming languages. In most such languages, in fact, all classes inherit directly or indirectly from a single root, usually with a … Wikipedia
Multiple inheritance — is a feature of some object oriented computer programming languages in which a class can inherit behaviors and features from more than one superclass. Languages that support multiple inheritance include: C++, Common Lisp (via CLOS), EuLisp (via… … Wikipedia
Composition over inheritance — in object oriented programming is a technique by which classes may achieve polymorphic behavior and code reuse by containing other classes which implement the desired functionality instead of through inheritance.[1] This technique is also… … Wikipedia